From: Glenn Morris Date: Thu, 5 Mar 2009 03:54:27 +0000 (+0000) Subject: John Foerch (tiny change) X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~1405 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d0450ecc290f43c134593891ae72448d32c38a0c;p=emacs.git John Foerch (tiny change) (Display Margins): Fix paren typo. --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index b2a7a805adc..3ee488b770d 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,7 @@ +2009-03-05 John Foerch (tiny change) + + * display.texi (Display Margins): Fix paren typo. + 2009-02-27 Chong Yidong * elisp.texi (Top): Update node listing. diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 42423f8309f..5cc28d3a1dc 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi @@ -3889,7 +3889,7 @@ text you put it on does not get displayed; the margin display appears, but that text does not. A margin display specification looks like @code{((margin -right-margin) @var{spec}} or @code{((margin left-margin) @var{spec})}. +right-margin) @var{spec})} or @code{((margin left-margin) @var{spec})}. Here, @var{spec} is another display specification that says what to display in the margin. Typically it is a string of text to display, or an image descriptor.